projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
469ebdc
)
Warning fix.
author
oliskoli
<oliskoli>
Tue, 31 Oct 2006 19:08:18 +0000
(19:08 +0000)
committer
oliskoli
<oliskoli>
Tue, 31 Oct 2006 19:08:18 +0000
(19:08 +0000)
stmsdf.c
patch
|
blob
|
history
diff --git
a/stmsdf.c
b/stmsdf.c
index 23c0f086a5140a53128782635f7241c0c7194c79..bc2e861e5cbc06ee113aee97b058ce8edb470093 100644
(file)
--- a/
stmsdf.c
+++ b/
stmsdf.c
@@
-642,6
+642,9
@@
data_write(void)
switch(global_opts.objective)
{
+ case wptdata:
+ break;
+
case rtedata:
gbfprintf(fout, "TYPE=5\n");